home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / a_utils / _archvrs / unix / freeze-2.lha / freeze / config.h.in < prev    next >
Text File  |  1993-02-22  |  3KB  |  67 lines

  1. /* This is a configuration file prototype, copy it to config.h and      */
  2. /* "#define" appropriate macros if you have problems with "configure".  */
  3.  
  4. /* define as "int" or "void"; default (undefined) means "void"          */
  5. #undef RETSIGTYPE
  6.  
  7. /* define if your computer/system allows unaligned word access          */
  8. #undef ALLOW_MISALIGN
  9.  
  10. /* define if sizeof(int) == 2                                           */
  11. #undef INT_16_BITS
  12.  
  13. /* define if sizeof(unsigned short) > 2                                 */
  14. #undef BIGSHORTS
  15.  
  16. /* define if your computer cannot handle data items of more than 64K    */
  17. #undef SEGMENTED
  18.  
  19. /* define if filenames can be of more than 14 chars                     */
  20. #undef HAVE_LONG_FILE_NAMES
  21.  
  22. /* define no more than one, according to your standard #include's       */
  23. /* if you have <dirent.h>                                               */
  24. #undef DIRENT
  25. /* if you have <sys/ndir.h>                                             */
  26. #undef SYSNDIR
  27. /* if you have <sys/dir.h>                                              */
  28. #undef SYSDIR
  29.  
  30. /* define if you have <sys/stdtypes.h>                                  */
  31. #undef HAVE_SYS_STDTYPES_H
  32.  
  33. /* define if you have "rindex" and "setlinebuf" correspondingly         */
  34. #undef HAVE_RINDEX
  35. #undef HAVE_SETLINEBUF
  36.  
  37. /* define no more than one, according to your standard #include's       */
  38. /* if you have <utime.h>                                                */
  39. #undef UTIME
  40. /* if you have <sys/utime.h>                                            */
  41. #undef SYSUTIME
  42. /* if you have "struct timeval" in <sys/time.h>                         */
  43. #undef SYSTIME
  44.  
  45. /* define if you want to have freeze compatible with vers. 1.0          */
  46. #undef COMPAT
  47.  
  48. /* define if your system has multibyte NEWLINE (as in MS-DOS) and       */
  49. /* you want to do text conversion by default                            */
  50. #undef TEXT_DEFAULT
  51.  
  52. /* define if you want to build freeze in small model  (64K data)        */
  53. /* (segmented architectures only)                                       */
  54. #undef TINY
  55.  
  56. /* define if you want to decrease the amount of memory but without      */
  57. /* 64K restriction (no sense for 16-bit machines)                       */
  58. #undef SMALL
  59.  
  60. /* define to increase the compression speed by about 10% at the cost    */
  61. /* of some tenths of % compression rate                                 */
  62. #undef FASTHASH
  63.  
  64. /* default Huffman values, define if you don't like the default        */
  65. /* 0,0,1,2,6,19,34,0. These below are reasonably good also.            */
  66. /* #define HUFVALUES 0,1,1,1,4,10,27,18                                */
  67.